home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global discsLoaded
- if discsLoaded < 8 then
- ChooseEvalMovie()
- if the movieRate of sprite 5 = 0 then
- set the movieRate of sprite 5 to 1
- end if
- else
- alert("Leider keine weiteren Szenen... Vielleicht auf der nächsten CD, TIME WARP 2!")
- go("MONITOR ON")
- end if
- end
-